home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / titans / beastboy.swf / scripts / frame_2 / DoAction.as
Text File  |  2010-11-09  |  66b  |  9 lines

  1. if(rt.op > 0)
  2. {
  3.    stop();
  4. }
  5. else
  6. {
  7.    gotoAndPlay(11);
  8. }
  9.